Contents | Index | < Browse | Browse >

LETTERva_endULETTER Ends varying-length argument list processing.

Overview
#include <stdarg.h>

va_end(vl);

va_list vl; // argument list

Portability
ANSI

Description
This macro completes processing of a varying-length argument list. It must be used for compatibility and portability reasons.

See also
va_start , va_arg